CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Triple DES

搜索资源列表

  1. VBCrypto2.zip

    4下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:636247
    • 提供者:
  1. des3_ECBandCBC

    1下载:
  2. 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34960
    • 提供者:宋亚平
  1. xapp270_verilog

    0下载:
  2. xilinx公司三重DES加密代码,内部有用于仿真的文件-xilinx companies Triple DES encryption code used for simulating an internal document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:13519
    • 提供者:王晓涧
  1. scdesjm

    0下载:
  2. 三重DES加密,其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式 -Triple DES encryption, which Key for a total of eight byte 64, the DES algorithm is the key; Data for eight byte 64 is to be encrypted or decrypted data; DES Mode for the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6001
    • 提供者:东东
  1. VBCrypto2.zip

    3下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:636560
    • 提供者:none
  1. 3DES 是DES向AES过渡的加密算法

    0下载:
  2. 3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以3des加密算法 DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。 -3DES(即Triple DES)是DES向AES过渡的加密算法,它使用3条64位的密钥对数据进行三次加密。是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法。比起最初的DES,3DES更为安全。
  3. 所属分类:加密解密

    • 发布日期:2017-04-09
    • 文件大小:1956409
    • 提供者:LP
  1. desrc3

    0下载:
  2. 这是一个关于 三重DES 和 RC3 文件加密算法的C++ 程序-This is a file on the triple-DES encryption algorithm and RC3 C++ program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7344644
    • 提供者:QiJia Yang
  1. DES

    0下载:
  2. 三重DES加密和解密程序,C/C++语言适用,经过验证的,内有具体的C/C++代码-Triple DES encryption and decryption procedures, C/C++ language applies proven within specific the C/C++ code
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:51694
    • 提供者:lulu
  1. d3des

    0下载:
  2. 三重DES加密算法的源代码,在运行环境下可成功实现其功能-Triple DES encryption algorithm source code, the operating environment can be successfully achieved its functions under
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4415
    • 提供者:aifu
  1. WinEncAndDec

    0下载:
  2. 規格: Key產生規則為密碼內容進行sha1後補上四個0做為Triple DES key IV值為密碼內容進行sha1後,前8個byte 加密結果以BASE64格式輸出 如果加解密發生錯誤, 應顯示中文化錯誤訊息-Specifications: Key generated content rules sha1 password supplied in the four 0 values as a Triple DES key IV sha1 password content, t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67165
    • 提供者:Willie Huang
  1. des-daima

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:-DES ( Data Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:47770
    • 提供者:yhg
  1. SIMULATION-AND-SYNTHESIS-OF-TRIPLE-DES-BLOCK-CIPH

    0下载:
  2. This project presents FPGA implementations of the DES and Triple-DES with improved security against power analysis attacks. The proposed designs use Boolean masking, a previously introduced technique to protect smart card implementations from these
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:5363593
    • 提供者:abilash
  1. des

    0下载:
  2. 两个密钥的三重des加密算法的实现,基于vc6 mfc-Triple-des encryption algorithm to achieve, based on two key vc6 mfc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:5516444
    • 提供者:jack honely
  1. DES_Triple-DES-IP-Cores

    0下载:
  2. Triple DES 密码算法。 利用Xillinx公司的Virtex-II芯片测试了。正常动作。-Triple DES core implementation in verilog. It takes three standard 56 bit keys and 64 bits of data as input and generates a 64 bit encrypted/decrypted result.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:70865
    • 提供者:金铁男
  1. omap-des

    0下载:
  2. Support for OMAP DES and Triple DES HW acceleration.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7466
    • 提供者:cuekongpf
  1. des

    0下载:
  2. Describe: des of the C language version, with self-test procedures ... This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB an
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:4100
    • 提供者:nasta11
  1. des

    0下载:
  2. Triple DES (3-DES) algorithm for safe comunication betwen systems
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:7371
    • 提供者:sajjad
  1. TRIPLE DES

    0下载:
  2. 3-des sample program
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:3509248
    • 提供者:juju123
  1. DES

    0下载:
  2. DES算法理论说明,数据加密标准(DES)和三重数据加密算法(TDEA)(The selective application of technological and related procedural safeguards is an important responsibility of every Federal organization in providing adequate security to its electronic data systems. This publica
  3. 所属分类:加密解密

    • 发布日期:2018-05-01
    • 文件大小:279552
    • 提供者:物联小白
  1. YD-560DS DES和Triple DES密码算法车辆检测数字密码键盘驱动接口程序

    0下载:
  2. YD-560DS DES和Triple DES密码算法车辆检测数字密码键盘驱动接口程序 YD560系列语音液晶密码小键盘密码键盘 (RS232+PS/2接口)解决了银行因终端品种繁杂、驱动接口程序不一致而导致的一系列软、硬件不兼容问题。它可与PC计算机及STAR系列终端、GW系列终端、WYSE终端、新大陆终端、国光终端、海威终端、紫针终端等国内外主要终端厂商的产品相连接。 YD560系列语音液晶密码小键盘密码键盘 (RS232+PS/2接口)可选配 语音提示,液晶显
  3. 所属分类:编程文档

    • 发布日期:2019-07-12
    • 文件大小:48640
    • 提供者:rfid128
« 1 23 4 5 »
搜珍网 www.dssz.com